gdk: Don't translate signal names
authorMatthias Clasen <mclasen@redhat.com>
Tue, 26 Jan 2016 17:42:04 +0000 (12:42 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 26 Jan 2016 17:42:04 +0000 (12:42 -0500)
commitbf4443d9d92ba0f40e31b8efc3bfcf55aca5b34a
tree02b2484d5f7e0b569e03500355124a06443eb3b1
parentae31c000923fc72560e036f5bb552666bc1aec72
gdk: Don't translate signal names

This was a thinko - what we sometimes do for signal names is to
use I_() to intern them (to avoid a strdup), but I_() is not
currently available in gdk, so lets just skip this
microoptimization for now.
gdk/gdkdnd.c